home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 3 / Cream of the Crop 3.iso / utility / ssear10.zip / SSEARCH.DOC < prev   
Text File  |  1993-11-01  |  3KB  |  91 lines

  1.  
  2.  
  3.                                 ssearch 1.0
  4.  
  5.                       Copyright ⌐ 1993 Stefan Sticht
  6.  
  7.                             All rights reserved
  8.  
  9.  
  10.  
  11.  
  12.                             ssearch is freeware
  13.  
  14.   Permission is granted to make and  distribute  verbatim  copies  of  this
  15. program's executable and documentation as you receive it,  in  any  medium,
  16. provided  that  you  conspicuously  and  appropriately  publish  only   the
  17. original, unmodified program, with all copyright notices and disclaimers of
  18. warranty intact and including all the accompanying  documentation,  example
  19. files and anything else that came with the original.
  20.  
  21.  
  22.                                 NO WARRANTY
  23.  
  24.   There is no warranty for this software package. Although the  author  has
  25. tried to prevent errors, he  can't  guarantee  that  the  software  package
  26. described in this document is 100% reliable. You are therefore  using  this
  27. material at your own risk. The author cannot be made  responsible  for  any
  28. damage which is caused by using this software package.
  29.  
  30.  
  31.                              What is ssearch?
  32.  
  33.   ssearch does nearly the same as the AmigaDOS's search command  does,  but
  34. faster. Example: searching for "foobar" in the C=-Autodocs (plus some other
  35. Autodocs, 82 files, 1937 KBytes) requires 78 seconds  with  search  and  14
  36. seconds with ssearch on my machine (A3000/030-25).
  37.  
  38.   ssearch has two additional features compared to search:  you  can  search
  39. case sensitive, which is even faster than case  insensitive,  and  you  can
  40. switch off printing of file names. The PATTERN and FILE options from search
  41. are not implemented in ssearch, yet. The output of ssearch is  also  little
  42. bit different from search's output.
  43.  
  44. ssearch's template:
  45.  
  46. FROM/M,SEARCH/A,ALL/S,NONUM/S,QUIET/S,QUICK/S,CS=CASESENSITIVE/S,NOFILE/S
  47.  
  48. FROM:
  49. One or more patterns describing the files in which ssearch should search.
  50. Any AmigaDOS pattern may be used.
  51.  
  52. SEARCH:
  53. The string to search for.
  54.  
  55. ALL:
  56. Recursively search in all subdirectories.
  57.  
  58. NONUM:
  59. Don't output any line numbers.
  60.  
  61. QUIET:
  62. Don't output the line in which the string to search for has been found.
  63.  
  64. QUICK:
  65. Try and see :-)!
  66.  
  67. CASESENSITIVE:
  68. Normally ssearch doesn't distinct lower and upper case. With  this  switch,
  69. the search is case sensitive.
  70.  
  71. NOFILE:
  72. Don't ouput any files names.
  73.  
  74. Examples:
  75.  
  76. ssearch c:a* l:b* t:test searchme CS QUICK
  77. ssearch c:(a|b|c)* searchme NONUM
  78.  
  79.  
  80.  
  81.   The author can be reached at the following addresses:
  82.  
  83.     Stefan Sticht
  84.     Biberecker Weg 40a
  85.     D-94036 Passau
  86.     Germany
  87.  
  88.     EMail: sticht@edith.deg.sub.org     (Internet)
  89.            Stefan Sticht 2:246/200.4    (Fido)
  90.  
  91.